Transaction History
Bill | Records
Transaction History
Fetch all bill payments with pagination and status filters.
GET
Transaction History
Authorizations
Query Parameters
Filter by transaction type
Available options:
AIRTIME, MOBILEDATA, CABLEBILLS, UTILITYBILLS Example:
"AIRTIME"
Filter by transaction status
Available options:
PENDING, SUCCESS, FAILED Example:
"SUCCESS"
Filter by biller name (partial match)
Example:
"MTN"
Filter by biller code
Example:
"BIL099"
Filter by customer reference/phone number
Example:
"08012345678"
Start date for filtering (YYYY-MM-DD)
Example:
"2024-01-01"
End date for filtering (YYYY-MM-DD)
Example:
"2024-12-31"
Search in reference or txRef fields
Example:
"REF12345"
Minimum amount filter
Example:
100
Maximum amount filter
Example:
1000
Page number (starting from 1)
Example:
1
Number of items per page
Example:
10
Sort field
Example:
"createdAt"
Sort order
Available options:
ASC, DESC Example:
"DESC"

